lockprof: move .lockprofile.data into .rodata
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 25 Feb 2016 12:03:43 +0000 (13:03 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 25 Feb 2016 12:03:43 +0000 (13:03 +0100)
commitaaa511d217b118e7fe6061aba3a05137b2202752
treec1de7937f88d5fdbee776ff07dd8b53e18b58f3d
parent3f293c7caaefc2c37b61e44e8ebd5a7f1c554afb
lockprof: move .lockprofile.data into .rodata

The entire contents of .lockprofile.data are unchanging pointers to
lock_profile structure in .data.  Annotate the type as such, and link the
section in .rodata.  As these are just pointers, 32byte alignment is
unnecessary.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/arm/xen.lds.S
xen/arch/x86/xen.lds.S
xen/include/asm-arm/config.h
xen/include/asm-x86/config.h
xen/include/xen/spinlock.h